Skip to content

Dummy pull request to see what has changed in the pathfinding #763

Closed
pvaiko wants to merge 73 commits into
Courseplay:mainfrom
schwiti6190:StreetJob
Closed

Dummy pull request to see what has changed in the pathfinding #763
pvaiko wants to merge 73 commits into
Courseplay:mainfrom
schwiti6190:StreetJob

Conversation

@pvaiko
Copy link
Copy Markdown
Contributor

@pvaiko pvaiko commented Apr 12, 2025

No description provided.

schwiti6190 and others added 30 commits April 6, 2025 11:45
Add all points of the edges to the path.

Add unit tests.
Don't limit the distance when finding the graph entry
and exit points, start/goal can be arbitrarily far away
from the graph.
Always return PathfinderResult, also in private
functions.
If the graph entry (closest vertex to start location) is closer
to the graph exit (closest vertex to the goal location) than the
range, the GraphPathfinder can't generate a useful path.

Return goalNodeInvalid == true in this case and log an error.
@pvaiko pvaiko closed this Apr 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants